home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / UUCP / UUCon / Source / info.subproj / InfoController.h next >
Text File  |  1994-01-29  |  195b  |  15 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface InfoController:Object
  4. {
  5.    id panel;
  6.    id versionText;
  7.    id version;
  8. }
  9.  
  10. - init;
  11. - makeKeyAndOrderFront:sender;
  12. - setVersionValue: (const char *)ver;
  13.  
  14. @end
  15.